<?php 

$language_id = 2;
foreach($data['languages'] as $language) {
	if($language['language_id'] != 1) {
		$language_id = $language['language_id'];
	}
}

$output = array();
$output["megamenu_module"] = array (
  0 => 
  array (
    'module_id' => 0,
    'layout_id' => '99999',
    'position' => 'menu',
    'status' => '1',
    'display_on_mobile' => '0',
    'sort_order' => 1,
    'orientation' => '0',
    'search_bar' => 0,
    'navigation_text' => 
    array (
      1 => '',
      2 => '',
    ),
    'home_text' => 
    array (
      1 => '',
      2 => '',
    ),
    'full_width' => '1',
    'home_item' => 'disabled',
    'animation' => 'shift-up',
    'animation_time' => 200,
    'status_cache' => 0,
    'cache_time' => 1,
  ),
  1 => 
  array (
    'module_id' => '1',
    'layout_id' => '99999',
    'position' => 'slideshow',
    'status' => '1',
    'display_on_mobile' => '0',
    'sort_order' => 0,
    'orientation' => '1',
    'search_bar' => 0,
    'navigation_text' => 
    array (
      1 => 'Categories',
      $language_id => 'Categories',
    ),
    'home_text' => 
    array (
      1 => '',
      $language_id => '',
    ),
    'full_width' => '0',
    'home_item' => 'disabled',
    'animation' => 'shift-left',
    'animation_time' => 200,
    'status_cache' => 0,
    'cache_time' => 1,
  ),
);
 
$this->model_setting_setting->editSetting( "megamenu", $output );

$query = $this->db->query("
	DROP TABLE IF EXISTS `".DB_PREFIX ."mega_menu`
");

$query = $this->db->query("
	DROP TABLE IF EXISTS `".DB_PREFIX ."mega_menu_modules`
");

$query = $this->db->query("
	DROP TABLE IF EXISTS `".DB_PREFIX ."mega_menu_links`
");

$query = $this->db->query("
	CREATE TABLE IF NOT EXISTS `".DB_PREFIX."mega_menu` (
		`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
		`module_id` int(11) NOT NULL DEFAULT '0',
		`parent_id` int(11) NOT NULL,
		`rang` int(11) NOT NULL,
		`icon` varchar(255) NOT NULL DEFAULT '',
		`name` text,
		`link` text,
		`description` text,
		`label` text,
		`label_text_color` text,
		`label_background_color` text,
		`custom_class` text,
		`new_window` int(11) NOT NULL DEFAULT '0',
		`status` int(11) NOT NULL DEFAULT '0',
		`display_on_mobile` int(11) NOT NULL DEFAULT '0',
		`position` int(11) NOT NULL DEFAULT '0',
		`submenu_width` text,
		`submenu_type` int(11) NOT NULL DEFAULT '0',
		`submenu_background` text,
		`submenu_background_position` text,
		`submenu_background_repeat` text,
		`content_width` int(11) NOT NULL DEFAULT '12',
		`content_type` int(11) NOT NULL DEFAULT '0',
		`content` text,
		PRIMARY KEY (`id`)
	) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1
");

$query = $this->db->query("
	CREATE TABLE IF NOT EXISTS `".DB_PREFIX."mega_menu_modules` (
		`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
		`name` text,
		PRIMARY KEY (`id`)
	) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1
");

$query = $this->db->query("
	CREATE TABLE IF NOT EXISTS `".DB_PREFIX."mega_menu_links` (
		`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
		`name` text,
		`name_for_autocomplete` text,
		`url` text,
		`label` text,
		`label_text` text,
		`label_background` text,
		`image` text,
		PRIMARY KEY (`id`)
	) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1
");

$query = $this->db->query("
     INSERT INTO `".DB_PREFIX."mega_menu_modules` (`id`, `name`) VALUES
     (1, 'Vertical MegaMenu')
");

$query = $this->db->query("
     INSERT INTO `".DB_PREFIX."mega_menu` (`id`, `module_id`, `parent_id`, `rang`, `icon`, `name`, `link`, `description`, `label`, `label_text_color`, `label_background_color`, `new_window`, `status`, `display_on_mobile`, `position`, `submenu_width`, `submenu_type`, `submenu_background`, `submenu_background_position`, `submenu_background_repeat`, `content_width`, `content_type`, `content`) VALUES
     (4, 0, 0, 0, '', 'a:2:{i:1;s:6:\"Latest\";i:" . $language_id . ";s:6:\"Latest\";}', 'index.php?route=product/category&amp;path=20', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '400px', 1, '', 'top left', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:29:\"&lt;p&gt;&lt;br&gt;&lt;/p&gt;\";i:" . $language_id . ";s:29:\"&lt;p&gt;&lt;br&gt;&lt;/p&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (5, 0, 0, 1, '', 'a:2:{i:1;s:8:\"Specials\";i:" . $language_id . ";s:8:\"Specials\";}', 'index.php?route=product/special', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:29:\"&lt;p&gt;&lt;br&gt;&lt;/p&gt;\";i:" . $language_id . ";s:29:\"&lt;p&gt;&lt;br&gt;&lt;/p&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (23, 0, 0, 2, '', 'a:2:{i:1;s:7:\"Contact\";i:" . $language_id . ";s:7:\"Contact\";}', 'index.php?route=information/contact', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (35, 1, 0, 20, 'catalog/market/sports.png', 'a:2:{i:1;s:21:\"Sports &amp; Outdoors\";i:" . $language_id . ";s:21:\"Sports &amp; Outdoors\";}', 'index.php?route=product/category&amp;path=20', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '338%', 0, 'catalog/market/bg-submenu-sport.png', 'bottom right', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (36, 1, 0, 24, 'catalog/market/automotive.png', 'a:2:{i:1;s:10:\"Automotive\";i:" . $language_id . ";s:10:\"Automotive\";}', 'index.php?route=product/category&amp;path=20', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '338%', 0, 'catalog/market/bg-submenu-automotive.png', 'bottom right', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (37, 1, 30, 1, '', 'a:2:{i:1;s:11:\"Electronics\";i:" . $language_id . ";s:11:\"Electronics\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 3, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:1807:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Electronics&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Camera, Photo &amp; Video&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Cell Phones &amp; Accessories&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Laptops &amp; Notebooks&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Musical Instruments&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Tablets&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;TV &amp; Video&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";i:" . $language_id . ";s:1807:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Electronics&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Camera, Photo &amp; Video&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Cell Phones &amp; Accessories&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Laptops &amp; Notebooks&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Musical Instruments&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Tablets&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;TV &amp; Video&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (34, 1, 0, 16, 'catalog/market/clothing.png', 'a:2:{i:1;s:20:\"Clothing &amp; Shoes\";i:" . $language_id . ";s:20:\"Clothing &amp; Shoes\";}', 'index.php?route=product/category&amp;path=20', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '338%', 0, 'catalog/market/bg-submenu-clothes.png', 'bottom right', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (33, 1, 0, 12, 'catalog/market/toys.png', 'a:2:{i:1;s:15:\"Toys &amp; Kids\";i:" . $language_id . ";s:15:\"Toys &amp; Kids\";}', 'index.php?route=product/category&amp;path=20', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '338%', 0, 'catalog/market/bg-submenu-toys.png', 'bottom center', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (32, 1, 0, 8, 'catalog/market/beauty.png', 'a:2:{i:1;s:19:\"Beauty &amp; Health\";i:" . $language_id . ";s:19:\"Beauty &amp; Health\";}', 'index.php?route=product/category&amp;path=20', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '338%', 0, 'catalog/market/bg-submenu-beauty.png', 'bottom right', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (31, 1, 0, 4, 'catalog/market/home.png', 'a:2:{i:1;s:4:\"Home\";i:" . $language_id . ";s:4:\"Home\";}', 'index.php?route=product/category&amp;path=18', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '338%', 0, 'catalog/market/bg-submenu-home.png', 'bottom right', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (30, 1, 0, 0, 'catalog/market/electronics.png', 'a:2:{i:1;s:11:\"Electronics\";i:" . $language_id . ";s:11:\"Electronics\";}', 'index.php?route=product/category&amp;path=20', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '338%', 0, 'catalog/market/bg-submenu-electronics.png', 'bottom right', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (38, 1, 30, 2, '', 'a:2:{i:1;s:8:\"By price\";i:" . $language_id . ";s:8:\"By price\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 3, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:1781:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul style=&quot;padding-left: 30px&quot;&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;By price&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[0,100]&quot;&gt;$0.00 - $99.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[100,500]&quot;&gt;$100.00 - $499.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[500,1000]&quot;&gt;$500.00 - $999.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[1000,2000]&quot;&gt;$1,000.00 - $1,999.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[2000,20000]&quot;&gt;$2,000.00 +&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";i:" . $language_id . ";s:1781:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul style=&quot;padding-left: 30px&quot;&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;By price&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[0,100]&quot;&gt;$0.00 - $99.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[100,500]&quot;&gt;$100.00 - $499.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[500,1000]&quot;&gt;$500.00 - $999.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[1000,2000]&quot;&gt;$1,000.00 - $1,999.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[2000,20000]&quot;&gt;$2,000.00 +&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (39, 1, 30, 3, '', 'a:2:{i:1;s:4:\"Sale\";i:" . $language_id . ";s:4:\"Sale\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:929:\"&lt;div style=&quot;padding-left: 63px;min-height: 356px&quot; class=&quot;sale-electronics&quot;&gt;\r\n     &lt;p style=&quot;padding: 7px 0px 4px 0px;margin: 0px;font-size: 12px;font-weight: 600;color: #d42f37&quot;&gt;SALE&lt;/p&gt;\r\n     &lt;p style=&quot;padding: 0px 0px 14px 0px;margin: 0px;font-size: 22px;line-height: 24px;font-weight: 500&quot;&gt;Console games&lt;br&gt;&lt;span style=&quot;color: #d42f37&quot;&gt;-25%&lt;/span&gt;&lt;/p&gt;\r\n     &lt;a href=&quot;#&quot; style=&quot;display: inline-block;font-size: 10px;color: #d42f37;font-weight: bold;background: #fff;border: 1px solid #ccc;padding: 7px 19px 5px 19px&quot;&gt;SHOW PRODUCTS&lt;/a&gt;\r\n&lt;/div&gt;\r\n\r\n&lt;style type=&quot;text/css&quot;&gt;\r\n     @media (max-width: 767px) { \r\n          .responsive .sale-electronics {\r\n               padding-left: 0px !important;\r\n               min-height: 10px !important;\r\n          }\r\n     }\r\n&lt;/style&gt;\";i:" . $language_id . ";s:929:\"&lt;div style=&quot;padding-left: 63px;min-height: 356px&quot; class=&quot;sale-electronics&quot;&gt;\r\n     &lt;p style=&quot;padding: 7px 0px 4px 0px;margin: 0px;font-size: 12px;font-weight: 600;color: #d42f37&quot;&gt;SALE&lt;/p&gt;\r\n     &lt;p style=&quot;padding: 0px 0px 14px 0px;margin: 0px;font-size: 22px;line-height: 24px;font-weight: 500&quot;&gt;Console games&lt;br&gt;&lt;span style=&quot;color: #d42f37&quot;&gt;-25%&lt;/span&gt;&lt;/p&gt;\r\n     &lt;a href=&quot;#&quot; style=&quot;display: inline-block;font-size: 10px;color: #d42f37;font-weight: bold;background: #fff;border: 1px solid #ccc;padding: 7px 19px 5px 19px&quot;&gt;SHOW PRODUCTS&lt;/a&gt;\r\n&lt;/div&gt;\r\n\r\n&lt;style type=&quot;text/css&quot;&gt;\r\n     @media (max-width: 767px) { \r\n          .responsive .sale-electronics {\r\n               padding-left: 0px !important;\r\n               min-height: 10px !important;\r\n          }\r\n     }\r\n&lt;/style&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (40, 1, 31, 5, '', 'a:2:{i:1;s:4:\"Home\";i:" . $language_id . ";s:4:\"Home\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 3, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:1756:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Home&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Accessories&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Arts&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Bedding &amp; Bath&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Furniture&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Kitchen &amp; Dining&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Living room&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";i:" . $language_id . ";s:1756:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Home&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Accessories&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Arts&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Bedding &amp; Bath&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Furniture&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Kitchen &amp; Dining&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Living room&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (41, 1, 31, 6, '', 'a:2:{i:1;s:8:\"By price\";i:" . $language_id . ";s:8:\"By price\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 3, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:1781:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul style=&quot;padding-left: 30px&quot;&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;By price&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[0,100]&quot;&gt;$0.00 - $99.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[100,500]&quot;&gt;$100.00 - $499.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[500,1000]&quot;&gt;$500.00 - $999.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[1000,2000]&quot;&gt;$1,000.00 - $1,999.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[2000,20000]&quot;&gt;$2,000.00 +&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";i:" . $language_id . ";s:1781:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul style=&quot;padding-left: 30px&quot;&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;By price&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[0,100]&quot;&gt;$0.00 - $99.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[100,500]&quot;&gt;$100.00 - $499.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[500,1000]&quot;&gt;$500.00 - $999.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[1000,2000]&quot;&gt;$1,000.00 - $1,999.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[2000,20000]&quot;&gt;$2,000.00 +&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (42, 1, 31, 7, '', 'a:2:{i:1;s:14:\"New collection\";i:" . $language_id . ";s:14:\"New collection\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:880:\"&lt;div style=&quot;padding-left: 63px;min-height: 356px&quot; class=&quot;sale-electronics&quot;&gt;\r\n     &lt;p style=&quot;padding: 7px 0px 4px 0px;margin: 0px;font-size: 12px;font-weight: 600;color: #d42f37&quot;&gt;NEW COLLECTION&lt;/p&gt;\r\n     &lt;p style=&quot;padding: 0px 0px 14px 0px;margin: 0px;font-size: 22px;line-height: 24px;font-weight: 500&quot;&gt;White nature&lt;br&gt;2015&lt;/p&gt;\r\n     &lt;a href=&quot;#&quot; style=&quot;display: inline-block;font-size: 10px;color: #d42f37;font-weight: bold;background: #fff;border: 1px solid #ccc;padding: 7px 19px 5px 19px&quot;&gt;SHOW PRODUCTS&lt;/a&gt;\r\n&lt;/div&gt;\r\n\r\n&lt;style type=&quot;text/css&quot;&gt;\r\n     @media (max-width: 767px) { \r\n          .responsive .sale-electronics {\r\n               padding-left: 0px !important;\r\n               min-height: 10px !important;\r\n          }\r\n     }\r\n&lt;/style&gt;\";i:" . $language_id . ";s:880:\"&lt;div style=&quot;padding-left: 63px;min-height: 356px&quot; class=&quot;sale-electronics&quot;&gt;\r\n     &lt;p style=&quot;padding: 7px 0px 4px 0px;margin: 0px;font-size: 12px;font-weight: 600;color: #d42f37&quot;&gt;NEW COLLECTION&lt;/p&gt;\r\n     &lt;p style=&quot;padding: 0px 0px 14px 0px;margin: 0px;font-size: 22px;line-height: 24px;font-weight: 500&quot;&gt;White nature&lt;br&gt;2015&lt;/p&gt;\r\n     &lt;a href=&quot;#&quot; style=&quot;display: inline-block;font-size: 10px;color: #d42f37;font-weight: bold;background: #fff;border: 1px solid #ccc;padding: 7px 19px 5px 19px&quot;&gt;SHOW PRODUCTS&lt;/a&gt;\r\n&lt;/div&gt;\r\n\r\n&lt;style type=&quot;text/css&quot;&gt;\r\n     @media (max-width: 767px) { \r\n          .responsive .sale-electronics {\r\n               padding-left: 0px !important;\r\n               min-height: 10px !important;\r\n          }\r\n     }\r\n&lt;/style&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (43, 1, 32, 9, '', 'a:2:{i:1;s:19:\"Beauty &amp; Health\";i:" . $language_id . ";s:19:\"Beauty &amp; Health\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 3, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:1774:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Beauty &amp; health&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Bath &amp; Body Care&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Fragrance&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Hair Care&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Makeup&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Skin Care&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Tools &amp; Accessories&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";i:" . $language_id . ";s:1774:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Beauty &amp; health&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Bath &amp; Body Care&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Fragrance&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Hair Care&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Makeup&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Skin Care&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Tools &amp; Accessories&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (44, 1, 32, 10, '', 'a:2:{i:1;s:6:\"Brands\";i:" . $language_id . ";s:6:\"Brands\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 3, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:2092:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul style=&quot;padding-left: 30px&quot;&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Brands&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Inglot&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Loreal&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Maxfactor&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Maybelline&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Revlon&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Rimmel&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li class=&quot;hidden-xs&quot;&gt;&lt;a href=&quot;#&quot; style=&quot;margin-top: 15px;margin-bottom: 15px;display: inline-block;font-size: 10px;color: #d42f37;font-weight: bold;background: #fff;border: 1px solid #ccc;padding: 7px 19px 5px 19px&quot;&gt;ALL BRANDS&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";i:" . $language_id . ";s:2092:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul style=&quot;padding-left: 30px&quot;&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Brands&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Inglot&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Loreal&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Maxfactor&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Maybelline&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Revlon&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Rimmel&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li class=&quot;hidden-xs&quot;&gt;&lt;a href=&quot;#&quot; style=&quot;margin-top: 15px;margin-bottom: 15px;display: inline-block;font-size: 10px;color: #d42f37;font-weight: bold;background: #fff;border: 1px solid #ccc;padding: 7px 19px 5px 19px&quot;&gt;ALL BRANDS&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (45, 1, 32, 11, '', 'a:2:{i:1;s:7:\"Product\";i:" . $language_id . ";s:7:\"Product\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:944:\"&lt;div style=&quot;padding-left: 63px;min-height: 356px&quot; class=&quot;sale-electronics&quot;&gt;\r\n     &lt;p style=&quot;padding: 7px 0px 4px 0px;margin: 0px;font-size: 12px;font-weight: 600;color: #d42f37&quot;&gt;PRODUCT OF THE DAY&lt;/p&gt;\r\n     &lt;p style=&quot;padding: 0px 0px 14px 0px;margin: 0px;font-size: 22px;line-height: 24px;font-weight: 500&quot;&gt;Super natura X2&lt;br&gt;&lt;span style=&quot;color: #d42f37&quot;&gt;$25.99&lt;/span&gt;&lt;/p&gt;\r\n     &lt;a href=&quot;#&quot; style=&quot;display: inline-block;font-size: 12px;color: #020202;font-weight: 600;background: #fff;border: 1px solid #ccc;padding: 7px 19px 5px 19px&quot;&gt;Add to cart&lt;/a&gt;\r\n&lt;/div&gt;\r\n\r\n&lt;style type=&quot;text/css&quot;&gt;\r\n     @media (max-width: 767px) { \r\n          .responsive .sale-electronics {\r\n               padding-left: 0px !important;\r\n               min-height: 10px !important;\r\n          }\r\n     }\r\n&lt;/style&gt;\";i:" . $language_id . ";s:944:\"&lt;div style=&quot;padding-left: 63px;min-height: 356px&quot; class=&quot;sale-electronics&quot;&gt;\r\n     &lt;p style=&quot;padding: 7px 0px 4px 0px;margin: 0px;font-size: 12px;font-weight: 600;color: #d42f37&quot;&gt;PRODUCT OF THE DAY&lt;/p&gt;\r\n     &lt;p style=&quot;padding: 0px 0px 14px 0px;margin: 0px;font-size: 22px;line-height: 24px;font-weight: 500&quot;&gt;Super natura X2&lt;br&gt;&lt;span style=&quot;color: #d42f37&quot;&gt;$25.99&lt;/span&gt;&lt;/p&gt;\r\n     &lt;a href=&quot;#&quot; style=&quot;display: inline-block;font-size: 12px;color: #020202;font-weight: 600;background: #fff;border: 1px solid #ccc;padding: 7px 19px 5px 19px&quot;&gt;Add to cart&lt;/a&gt;\r\n&lt;/div&gt;\r\n\r\n&lt;style type=&quot;text/css&quot;&gt;\r\n     @media (max-width: 767px) { \r\n          .responsive .sale-electronics {\r\n               padding-left: 0px !important;\r\n               min-height: 10px !important;\r\n          }\r\n     }\r\n&lt;/style&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (46, 1, 33, 13, '', 'a:2:{i:1;s:4:\"Toys\";i:" . $language_id . ";s:4:\"Toys\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 3, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:1726:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Toys &amp; Kids&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Baby&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Clothes&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Dools&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Games&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Puzzles&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Toys&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";i:" . $language_id . ";s:1726:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Toys &amp; Kids&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Baby&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Clothes&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Dools&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Games&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Puzzles&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Toys&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}');
");


$query = $this->db->query("
     
     INSERT INTO `".DB_PREFIX."mega_menu` (`id`, `module_id`, `parent_id`, `rang`, `icon`, `name`, `link`, `description`, `label`, `label_text_color`, `label_background_color`, `new_window`, `status`, `display_on_mobile`, `position`, `submenu_width`, `submenu_type`, `submenu_background`, `submenu_background_position`, `submenu_background_repeat`, `content_width`, `content_type`, `content`) VALUES
     (47, 1, 33, 14, '', 'a:2:{i:1;s:3:\"Age\";i:" . $language_id . ";s:3:\"Age\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 3, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:1622:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul style=&quot;padding-left: 30px&quot;&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Age&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;0-12 month&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;12-24 month&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;2-3 year&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;4-6 year&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;7 + year&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";i:" . $language_id . ";s:1622:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul style=&quot;padding-left: 30px&quot;&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Age&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;0-12 month&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;12-24 month&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;2-3 year&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;4-6 year&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;7 + year&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (48, 1, 33, 15, '', 'a:2:{i:1;s:4:\"Sale\";i:" . $language_id . ";s:4:\"Sale\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:926:\"&lt;div style=&quot;padding-left: 63px;min-height: 356px&quot; class=&quot;sale-electronics&quot;&gt;\r\n     &lt;p style=&quot;padding: 7px 0px 4px 0px;margin: 0px;font-size: 12px;font-weight: 600;color: #d42f37&quot;&gt;SALE&lt;/p&gt;\r\n     &lt;p style=&quot;padding: 0px 0px 14px 0px;margin: 0px;font-size: 22px;line-height: 24px;font-weight: 500&quot;&gt;Wodden toy&lt;br&gt;&lt;span style=&quot;color: #d42f37&quot;&gt;-25%&lt;/span&gt;&lt;/p&gt;\r\n     &lt;a href=&quot;#&quot; style=&quot;display: inline-block;font-size: 10px;color: #d42f37;font-weight: bold;background: #fff;border: 1px solid #ccc;padding: 7px 19px 5px 19px&quot;&gt;SHOW PRODUCTS&lt;/a&gt;\r\n&lt;/div&gt;\r\n\r\n&lt;style type=&quot;text/css&quot;&gt;\r\n     @media (max-width: 767px) { \r\n          .responsive .sale-electronics {\r\n               padding-left: 0px !important;\r\n               min-height: 10px !important;\r\n          }\r\n     }\r\n&lt;/style&gt;\";i:" . $language_id . ";s:926:\"&lt;div style=&quot;padding-left: 63px;min-height: 356px&quot; class=&quot;sale-electronics&quot;&gt;\r\n     &lt;p style=&quot;padding: 7px 0px 4px 0px;margin: 0px;font-size: 12px;font-weight: 600;color: #d42f37&quot;&gt;SALE&lt;/p&gt;\r\n     &lt;p style=&quot;padding: 0px 0px 14px 0px;margin: 0px;font-size: 22px;line-height: 24px;font-weight: 500&quot;&gt;Wodden toy&lt;br&gt;&lt;span style=&quot;color: #d42f37&quot;&gt;-25%&lt;/span&gt;&lt;/p&gt;\r\n     &lt;a href=&quot;#&quot; style=&quot;display: inline-block;font-size: 10px;color: #d42f37;font-weight: bold;background: #fff;border: 1px solid #ccc;padding: 7px 19px 5px 19px&quot;&gt;SHOW PRODUCTS&lt;/a&gt;\r\n&lt;/div&gt;\r\n\r\n&lt;style type=&quot;text/css&quot;&gt;\r\n     @media (max-width: 767px) { \r\n          .responsive .sale-electronics {\r\n               padding-left: 0px !important;\r\n               min-height: 10px !important;\r\n          }\r\n     }\r\n&lt;/style&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (49, 1, 34, 17, '', 'a:2:{i:1;s:20:\"Clothing &amp; Shoes\";i:" . $language_id . ";s:20:\"Clothing &amp; Shoes\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 3, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:1894:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Clothing &amp; Shoes&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Baby&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Boys&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Girls&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Men&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Uniforms, Work &amp; Safety&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Shoes&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Women&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";i:" . $language_id . ";s:1894:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Clothing &amp; Shoes&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Baby&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Boys&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Girls&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Men&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Uniforms, Work &amp; Safety&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Shoes&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Women&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (50, 1, 34, 18, '', 'a:2:{i:1;s:8:\"By price\";i:" . $language_id . ";s:8:\"By price\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 3, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:1778:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul style=&quot;padding-left: 30px&quot;&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Price&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[0,100]&quot;&gt;$0.00 - $99.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[100,500]&quot;&gt;$100.00 - $499.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[500,1000]&quot;&gt;$500.00 - $999.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[1000,2000]&quot;&gt;$1,000.00 - $1,999.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[2000,20000]&quot;&gt;$2,000.00 +&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";i:" . $language_id . ";s:1778:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul style=&quot;padding-left: 30px&quot;&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Price&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[0,100]&quot;&gt;$0.00 - $99.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[100,500]&quot;&gt;$100.00 - $499.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[500,1000]&quot;&gt;$500.00 - $999.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[1000,2000]&quot;&gt;$1,000.00 - $1,999.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[2000,20000]&quot;&gt;$2,000.00 +&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (51, 1, 34, 19, '', 'a:2:{i:1;s:11:\"Super offer\";i:" . $language_id . ";s:11:\"Super offer\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:934:\"&lt;div style=&quot;padding-left: 63px;min-height: 356px&quot; class=&quot;sale-electronics&quot;&gt;\r\n     &lt;p style=&quot;padding: 7px 0px 4px 0px;margin: 0px;font-size: 12px;font-weight: 600;color: #d42f37&quot;&gt;SUPER OFFER&lt;/p&gt;\r\n     &lt;p style=&quot;padding: 0px 0px 14px 0px;margin: 0px;font-size: 22px;line-height: 24px;font-weight: 500&quot;&gt;Buy 1&lt;br&gt;&lt;span style=&quot;color: #d42f37&quot;&gt;Get 1 free&lt;/span&gt;&lt;/p&gt;\r\n     &lt;a href=&quot;#&quot; style=&quot;display: inline-block;font-size: 10px;color: #d42f37;font-weight: bold;background: #fff;border: 1px solid #ccc;padding: 7px 19px 5px 19px&quot;&gt;SHOW PRODUCTS&lt;/a&gt;\r\n&lt;/div&gt;\r\n\r\n&lt;style type=&quot;text/css&quot;&gt;\r\n     @media (max-width: 767px) { \r\n          .responsive .sale-electronics {\r\n               padding-left: 0px !important;\r\n               min-height: 10px !important;\r\n          }\r\n     }\r\n&lt;/style&gt;\";i:" . $language_id . ";s:934:\"&lt;div style=&quot;padding-left: 63px;min-height: 356px&quot; class=&quot;sale-electronics&quot;&gt;\r\n     &lt;p style=&quot;padding: 7px 0px 4px 0px;margin: 0px;font-size: 12px;font-weight: 600;color: #d42f37&quot;&gt;SUPER OFFER&lt;/p&gt;\r\n     &lt;p style=&quot;padding: 0px 0px 14px 0px;margin: 0px;font-size: 22px;line-height: 24px;font-weight: 500&quot;&gt;Buy 1&lt;br&gt;&lt;span style=&quot;color: #d42f37&quot;&gt;Get 1 free&lt;/span&gt;&lt;/p&gt;\r\n     &lt;a href=&quot;#&quot; style=&quot;display: inline-block;font-size: 10px;color: #d42f37;font-weight: bold;background: #fff;border: 1px solid #ccc;padding: 7px 19px 5px 19px&quot;&gt;SHOW PRODUCTS&lt;/a&gt;\r\n&lt;/div&gt;\r\n\r\n&lt;style type=&quot;text/css&quot;&gt;\r\n     @media (max-width: 767px) { \r\n          .responsive .sale-electronics {\r\n               padding-left: 0px !important;\r\n               min-height: 10px !important;\r\n          }\r\n     }\r\n&lt;/style&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (52, 1, 35, 21, '', 'a:2:{i:1;s:5:\"Sport\";i:" . $language_id . ";s:5:\"Sport\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 3, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:1784:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Sport &amp; Outdoors&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Exercise &amp; Fitness&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Leisure Sports&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Running&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Team Sports&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Tennis &amp; Racquet Sports&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Yoga&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";i:" . $language_id . ";s:1784:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Sport &amp; Outdoors&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Exercise &amp; Fitness&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Leisure Sports&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Running&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Team Sports&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Tennis &amp; Racquet Sports&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Yoga&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (53, 1, 35, 22, '', 'a:2:{i:1;s:5:\"Price\";i:" . $language_id . ";s:5:\"Price\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 3, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:1778:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul style=&quot;padding-left: 30px&quot;&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Price&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[0,100]&quot;&gt;$0.00 - $99.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[100,500]&quot;&gt;$100.00 - $499.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[500,1000]&quot;&gt;$500.00 - $999.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[1000,2000]&quot;&gt;$1,000.00 - $1,999.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[2000,20000]&quot;&gt;$2,000.00 +&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";i:" . $language_id . ";s:1778:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul style=&quot;padding-left: 30px&quot;&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Price&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[0,100]&quot;&gt;$0.00 - $99.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[100,500]&quot;&gt;$100.00 - $499.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[500,1000]&quot;&gt;$500.00 - $999.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[1000,2000]&quot;&gt;$1,000.00 - $1,999.00&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[2000,20000]&quot;&gt;$2,000.00 +&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (54, 1, 35, 23, '', 'a:2:{i:1;s:9:\"Not ready\";i:" . $language_id . ";s:9:\"Not ready\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:895:\"&lt;div style=&quot;padding-left: 63px;min-height: 356px&quot; class=&quot;sale-electronics&quot;&gt;\r\n     &lt;p style=&quot;padding: 7px 0px 4px 0px;margin: 0px;font-size: 12px;font-weight: 600;color: #d42f37&quot;&gt;NEW&lt;/p&gt;\r\n     &lt;p style=&quot;padding: 0px 0px 14px 0px;margin: 0px;font-size: 22px;line-height: 24px;font-weight: 500&quot;&gt;Not&lt;br&gt;ready&lt;br&gt;for winter?&lt;/span&gt;&lt;/p&gt;\r\n     &lt;a href=&quot;#&quot; style=&quot;display: inline-block;font-size: 10px;color: #d42f37;font-weight: bold;background: #fff;border: 1px solid #ccc;padding: 7px 19px 5px 19px&quot;&gt;SHOW PRODUCTS&lt;/a&gt;\r\n&lt;/div&gt;\r\n\r\n&lt;style type=&quot;text/css&quot;&gt;\r\n     @media (max-width: 767px) { \r\n          .responsive .sale-electronics {\r\n               padding-left: 0px !important;\r\n               min-height: 10px !important;\r\n          }\r\n     }\r\n&lt;/style&gt;\";i:" . $language_id . ";s:895:\"&lt;div style=&quot;padding-left: 63px;min-height: 356px&quot; class=&quot;sale-electronics&quot;&gt;\r\n     &lt;p style=&quot;padding: 7px 0px 4px 0px;margin: 0px;font-size: 12px;font-weight: 600;color: #d42f37&quot;&gt;NEW&lt;/p&gt;\r\n     &lt;p style=&quot;padding: 0px 0px 14px 0px;margin: 0px;font-size: 22px;line-height: 24px;font-weight: 500&quot;&gt;Not&lt;br&gt;ready&lt;br&gt;for winter?&lt;/span&gt;&lt;/p&gt;\r\n     &lt;a href=&quot;#&quot; style=&quot;display: inline-block;font-size: 10px;color: #d42f37;font-weight: bold;background: #fff;border: 1px solid #ccc;padding: 7px 19px 5px 19px&quot;&gt;SHOW PRODUCTS&lt;/a&gt;\r\n&lt;/div&gt;\r\n\r\n&lt;style type=&quot;text/css&quot;&gt;\r\n     @media (max-width: 767px) { \r\n          .responsive .sale-electronics {\r\n               padding-left: 0px !important;\r\n               min-height: 10px !important;\r\n          }\r\n     }\r\n&lt;/style&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (55, 1, 36, 25, '', 'a:2:{i:1;s:10:\"Automotive\";i:" . $language_id . ";s:10:\"Automotive\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 3, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:1759:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Automotive&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Accessories&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Electronics &amp; GPS&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Motorcycle&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Parts&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Tires &amp; Wheels&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Tools&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";i:" . $language_id . ";s:1759:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Automotive&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Accessories&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Electronics &amp; GPS&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Motorcycle&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Parts&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Tires &amp; Wheels&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Tools&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (56, 1, 36, 26, '', 'a:2:{i:1;s:12:\"Popular cars\";i:" . $language_id . ";s:12:\"Popular cars\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 3, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:2088:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul style=&quot;padding-left: 30px&quot;&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Popular cars&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Audi&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;BMW&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Dacia&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Mercedes&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Skoda&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Volkswagen&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li class=&quot;hidden-xs&quot;&gt;&lt;a href=&quot;#&quot; style=&quot;margin-top: 15px;margin-bottom: 15px;display: inline-block;font-size: 10px;color: #d42f37;font-weight: bold;background: #fff;border: 1px solid #ccc;padding: 7px 19px 5px 19px&quot;&gt;SHOW ALL&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";i:" . $language_id . ";s:2088:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul style=&quot;padding-left: 30px&quot;&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Popular cars&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-12&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Audi&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;BMW&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Dacia&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Mercedes&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Skoda&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Volkswagen&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li class=&quot;hidden-xs&quot;&gt;&lt;a href=&quot;#&quot; style=&quot;margin-top: 15px;margin-bottom: 15px;display: inline-block;font-size: 10px;color: #d42f37;font-weight: bold;background: #fff;border: 1px solid #ccc;padding: 7px 19px 5px 19px&quot;&gt;SHOW ALL&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (57, 1, 36, 27, '', 'a:2:{i:1;s:5:\"Store\";i:" . $language_id . ";s:5:\"Store\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:939:\"&lt;div style=&quot;padding-left: 63px;min-height: 356px&quot; class=&quot;sale-electronics&quot;&gt;\r\n     &lt;p style=&quot;padding: 10px 0px 6px 0px;margin: 0px;font-size: 12px;line-height: 12px;font-weight: 600;color: #d42f37&quot;&gt;NEW&lt;br&gt;STORE&lt;/p&gt;\r\n     &lt;p style=&quot;padding: 0px 0px 14px 0px;margin: 0px;font-size: 22px;line-height: 24px;font-weight: 500&quot;&gt;Need truck&lt;br&gt;parts and&lt;br&gt;accessories?&lt;/span&gt;&lt;/p&gt;\r\n     &lt;a href=&quot;#&quot; style=&quot;display: inline-block;font-size: 10px;color: #d42f37;font-weight: bold;background: #fff;border: 1px solid #ccc;padding: 7px 19px 5px 19px&quot;&gt;GO TO STORE&lt;/a&gt;\r\n&lt;/div&gt;\r\n\r\n&lt;style type=&quot;text/css&quot;&gt;\r\n     @media (max-width: 767px) { \r\n          .responsive .sale-electronics {\r\n               padding-left: 0px !important;\r\n               min-height: 10px !important;\r\n          }\r\n     }\r\n&lt;/style&gt;\";i:" . $language_id . ";s:939:\"&lt;div style=&quot;padding-left: 63px;min-height: 356px&quot; class=&quot;sale-electronics&quot;&gt;\r\n     &lt;p style=&quot;padding: 10px 0px 6px 0px;margin: 0px;font-size: 12px;line-height: 12px;font-weight: 600;color: #d42f37&quot;&gt;NEW&lt;br&gt;STORE&lt;/p&gt;\r\n     &lt;p style=&quot;padding: 0px 0px 14px 0px;margin: 0px;font-size: 22px;line-height: 24px;font-weight: 500&quot;&gt;Need truck&lt;br&gt;parts and&lt;br&gt;accessories?&lt;/span&gt;&lt;/p&gt;\r\n     &lt;a href=&quot;#&quot; style=&quot;display: inline-block;font-size: 10px;color: #d42f37;font-weight: bold;background: #fff;border: 1px solid #ccc;padding: 7px 19px 5px 19px&quot;&gt;GO TO STORE&lt;/a&gt;\r\n&lt;/div&gt;\r\n\r\n&lt;style type=&quot;text/css&quot;&gt;\r\n     @media (max-width: 767px) { \r\n          .responsive .sale-electronics {\r\n               padding-left: 0px !important;\r\n               min-height: 10px !important;\r\n          }\r\n     }\r\n&lt;/style&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}')
");

?>